Ensemble Learning

What is Ensemble Learning

The Hundred-Page Machine Learning Book

Ensemble learning is a learning paradigm that, instead of trying to learn one super-accurate model, focuses on training a large number of low-accuracy models and then combining the predictions given by those weak models to obtain a high-accuracy meta-model.

Types

Bagging (Bootstrap Aggregating)

Pasted image 20230628162612.png|400

Boosting

Pasted image 20230628162627.png|400

Stacking

Pasted image 20230628163006.png|400